04 / 06

What are actions?

A subset of Server Actions focused on form submissions. They simplify handling form data without manual fetch calls.

Key Features:
  1. 1

    Automatically bind to <form> elements. Server actions can be invoked using the action attribute in a <form> element

  2. 2

    Handle form data parsing and validation.

  3. 3

    Support pending states (e.g., loading buttons).

javascript